From b841358de88845561d7fa9a45d4460df5729c1a2 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 8 Jun 2006 07:03:09 +0000 Subject: [PATCH] Remove duplicate entries. --- xmldoc/filters/options/track-split.xml | 91 -------------------------- 1 file changed, 91 deletions(-) diff --git a/xmldoc/filters/options/track-split.xml b/xmldoc/filters/options/track-split.xml index 6db49a790..00af234b5 100644 --- a/xmldoc/filters/options/track-split.xml +++ b/xmldoc/filters/options/track-split.xml @@ -1,50 +1,3 @@ - - - ( !!! This filter always drops empty tracks !!! ) - - The track filter is a tool for manipulating track lists. The -following options are available: - TITLE - Gives the new track(s) a basic title. Basic means if - more than one track is created by filter the title will be - expanded with the date the new track. Special formats (see - UNIX date or strftime for details) are possible. - - -gpsbabel -t \ - -i gpx -f in.gpx \ -x track,pack,split,title="ACTIVE LOG-%D" \ --o gpx -F out.gpx PACK - - MOVE - Change the time of all trackpoints. This is useful if - your track has moved by one or more hours through a time zone - problem. The following example will shift your track to be - one hour later. - -gpsbabel -t -i gpx -f in.gpx \ - -x track,move=+1h,pack,title="ACTIVE LOG" \ - -o gpx -F out.gpx - START / STOP - Filter tracks against time borders. All points outside - this range will be dropped. The date-time paramters have to - be in form of YYYYMMDDHHMMSS; but you may specify only the - most significant portion represented in the the leftmost - fields. See the example, where the time is specified only - through the hour. If you only want to get a track mapped on - 20 july 2005 from 10 am to 6pm, you should use this: - -gpsbabel -t -i gpx -f in.gpx -x \ - track,start=2005072010,stop=2005072018 \ - -o gpx -F out.gpx - PACK - With this default option all tracks from input will be - packed into one track. If tracks overlaps in time, the filter - stops working. To pack all the tracks together into one - track and give it a name, use this: - -gpsbabel -t -i gpx -f in.gpx -x track,pack,title="ACTIVE LOG" \ - -o gpx -F out.gpx - SPLIT The input track will be split into several tracks depending on date of track points. If there is more than one track, use the pack option before before using this. To @@ -77,47 +30,3 @@ gpsbabel -t \ -x track,pack,split=4h,title="LOG # %c" \ -o gpx -F out.gpx - MERGE - Merge puts all track points into one single track and - sort them by time. Points with identical time stamp will be - dropped !!! - If you want to merge tracks from different devices but - from same trip, use this: - -gpsbabel -t \ - -i gpx -f john.gpx \ - -i gpx -f doe.gpx \ - -x track,merge,title="COMBINED LOG" \ - -o gpx -F john_doe.gpx - - FIX - Fix forces the GPS fix status for all trackpoints to the - specified value. The value may be PPS, DGPS, 3D, 2D, or NONE. - - - gpsbabel -i gpx -f trk.gpx -x track,fix=3D -o nmea -F - - - - COURSE - Course computes a value for the GPS heading at each trackpoint. - This is most useful with trackpoints from formats that don't support - heading information or for trackpoints synthesized by the interpolate - filter. The heading at each trackpoint is simply the course from the - previous trackpoint in the track. The first trackpoint in each track - is arbitrarily assigned a heading of 0 degrees. - - gpsbabel -i gpx -f trk.gpx -x track,course,speed -o nmea -F - - - - SPEED - Course computes a value for the GPS speed at each trackpoint. - This is most useful with trackpoints from formats that don't support - speed information or for trackoints synthesized by the interpolate - filter. The speed at each trackpoint is the average speed from the - previous trackpoint (distance/time). The first trackpoint in each - track is assigned a speed of "unknown." - - gpsbabel -i gpx -f trk.gpx -x track,course,speed -o nmea -F - - - - -- 2.30.2